┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/adconect/wp-content/plugins/custom-container
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: custom-container.php
<?php /** * Plugin Name: Custom Container * Description: A flexible container block that allows you to create custom HTML elements with configurable attributes and support for inner blocks. * Version: 0.1.0 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WordPress Telex * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: custom-container-block-wp * * @package CustomContainer */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Registers the block using the metadata loaded from the `block.json` file. * Behind the scenes, it registers also all assets so they can be enqueued * through the block editor in the corresponding context. * * @see https://developer.wordpress.org/reference/functions/register_block_type/ */ function custom_container_block_init() { register_block_type( __DIR__ . '/build/' ); } add_action( 'init', 'custom_container_block_init' );
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 build/
DIR
—
2026-04-09 13:24
📁 src/
DIR
—
2026-04-09 13:24
📄 custom-container.php
PHP
1023 B
2026-04-09 13:24
EDIT
📄 package.json
JSON
628 B
2026-04-09 13:24
EDIT
📄 readme.txt
TXT
2.8 KB
2026-04-09 13:24
EDIT